@charset "utf-8";
*{margin:0;padding:0;}
.banner{  height:550px; position:relative;}

.KMSPrefix_kinMaxShow_button{ text-align:center;}
.KMSPrefix_kinMaxShow_button li{ display:inline-block;}
.KMSPrefix_kinMaxShow_image_item{ transition:all 2s;}
.KMSPrefix_kinMaxShow_image_item:hover{ transform:scale(1.1,1.1)}

/*图标*/
.banner_mouse{ position: absolute;width: 23px;height: 40px;cursor:pointer;background:url(../images/banner_mouse.png) no-repeat -23px 0px;animation: nudgeMouse 1.6s linear infinite; left:50%; margin-left:-11px; bottom:70px; z-index:555;}
.banner_mouse:after,.banner_mouse:before{content: "";position: absolute;}
.banner_mouse:before{width:23px;height:40px;background:url(../images/banner_mouse.png) no-repeat 0px 0px;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
.banner_mouse:after{background-color: #ffffff;width: 4px;height: 4px;border-radius: 100%;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}